.Complex.'^'.complexPower

Complex power of complex number

Information

This function returns the given Complex number c1 to the power of the Complex number c2.

Interface

function complexPower
  import Complex;
  input Complex c1 "Complex number";
  input Complex c2 "Complex exponent";
  output Complex c3 "= c1^c2";
end complexPower;

Generated at 2025-06-02T18:20:49Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos